ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputBaseTagHelper<TControl> Class / Refreshing Property

In This Topic
    Refreshing Property (InputBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents.
    Syntax
    'Declaration
     
    Public Property Refreshing As String
    public string Refreshing {get; set;}
    See Also